Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Item<T> Class
The type of content item.
Members


In This Topic
    Item<T> Class
    In This Topic
    Represents the item which content is specified type of T.
    Object Model
    Item<T> Class
    Syntax
    'Declaration
     
    <ContentPropertyAttribute("Value")>
    Public MustInherit Class Item(Of T) 
    'Usage
     
    Dim instance As Item(Of T)
    [ContentProperty("Value")]
    public abstract class Item<T> 
    Type Parameters
    T
    The type of content item.
    Inheritance Hierarchy
    See Also